home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / links.swf / scripts / DefineButton2_37 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-11-01  |  119 b   |  5 lines

  1. on(press){
  2.    var theURL = "http://www.iaps.org.uk";
  3.    getURL("lingo:Flsh_openWebPage(\"" + theURL + "\")","");
  4. }
  5.